summon minecraft:item ~ ~ ~ {Tags:[""],Item:{id:"minecraft:stone",count:1b}}
summon minecraft:area_effect_cloud ~ ~ ~ {Tags:["0"],Age:-2147483648,Duration:-1,WaitTime:-2147483648}
particle minecraft:flame ^ ^ ^ ^0.0001 ^ ^10000 0.00001 0 normal @a


tellraw @a {"color":"","text":""}
tellraw @a {"score":{"objective":"vb","name":"vb"}}



#Leer datos:
#Sin nada en el vb:d 0.0
#Ruta a buscar:
data modify storage vb:d 0.1 set value vbc103
#UUID:
data modify storage vb:d 0.2 set from entity @s UUID
function .vb:5
#Resultado:
data get storage vb:d 0.0



#Modificar datos:
#Ruta a modificar:
data modify storage vb:d 0.1 set value vbc103
#modificacion:
data modify storage vb:d 0.0 set value {0:2}
#UUID:
data modify storage vb:d 0.2 set from entity @s UUID
function .vb:5

data remove storage vb:d 0